Vcenter Deployment Notification

Vcenter Deployment Notification
Vcenter Deployment Notification

The Vcenter Deployment Notification schema contains properties to describe any info/warning/error messages that Tasks can raise.

This schema was added in vSphere API 6.7.

JSON Example
{
    "id": "string",
    "time": "string",
    "message": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    },
    "resolution": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    }
}
string
id
Required

The notification id.

This property was added in vSphere API 6.7.

string As date-time As date-time
time
Optional

The time the notification was raised/found.

This property was added in vSphere API 6.7.

Only set if the time information is available.

message
Required

The notification message.

This property was added in vSphere API 6.7.

resolution
Optional

The resolution message, if any.

This property was added in vSphere API 6.7.

Only set for warnings and errors.